Xbasic

OBJECT.UNMARK_RECORD Function

Syntax

.Unmark_record()

Description

Unmarks the current record.

The <OBJECT>.UNMARK_RECORD() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.UNMARK_RECORD() method unmarks the current record.

Example

Parentform.unmark_record()

Limitations

Desktop applications only.

See Also